home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / chip-cd_2003_11.zip / 11 / Zagrozenia z Sieci / Cybernianie / We-Blocker 2.0 / weblock.exe / Syswb6.exe / 0 / RCDATA / TSECRETQUESTIONFORM / TSECRETQUESTIONFORM.txt < prev   
Text File  |  2001-08-17  |  2KB  |  86 lines

  1. object SecretQuestionForm: TSecretQuestionForm
  2.   Left = 228
  3.   Top = 196
  4.   Width = 414
  5.   Height = 280
  6.   BorderIcons = [biSystemMenu]
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 20
  20.     Top = 20
  21.     Width = 361
  22.     Height = 161
  23.     Caption = 'Type the answer to your secret question here.'
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 34
  27.       Top = 34
  28.       Width = 297
  29.       Height = 33
  30.       AutoSize = False
  31.       Caption = 'Label1'
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clWindowText
  34.       Font.Height = -13
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = []
  37.       ParentFont = False
  38.       WordWrap = True
  39.     end
  40.     object Label2: TLabel
  41.       Left = 34
  42.       Top = 88
  43.       Width = 137
  44.       Height = 16
  45.       Caption = 'Type your answer here'
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clWindowText
  48.       Font.Height = -13
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.     end
  53.     object Edit1: TEdit
  54.       Left = 34
  55.       Top = 112
  56.       Width = 235
  57.       Height = 24
  58.       Font.Charset = DEFAULT_CHARSET
  59.       Font.Color = clWindowText
  60.       Font.Height = -13
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ParentFont = False
  64.       TabOrder = 0
  65.     end
  66.   end
  67.   object Panel1: TPanel
  68.     Left = 0
  69.     Top = 208
  70.     Width = 406
  71.     Height = 45
  72.     Align = alBottom
  73.     TabOrder = 1
  74.     object Button1: TButton
  75.       Left = 24
  76.       Top = 12
  77.       Width = 85
  78.       Height = 25
  79.       Caption = 'OK'
  80.       Default = True
  81.       TabOrder = 0
  82.       OnClick = Button1Click
  83.     end
  84.   end
  85. end
  86.